home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Electronics Boutique Catalog 1996 Spring
/
1996 Electronics Boutique Spring CD-ROM (USA).bin
/
eb
/
shared.dir
/
00548.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1996-03-20
|
256 b
|
17 lines
on exithandler
global quitVar, timerFlag
if timerFlag = 0 then
startTimer()
set timerFlag to 1
end if
if the timer < (2 * 60) then
nothing()
else
if quitVar = 1 then
return 1
else
nothing()
end if
end if
end